home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
- /* $Id: GELDll.h 1.1 1996/07/18 23:59:41 Damien Exp $ */
-
- ////////////////////////////////////////////////////////////////////////
- // First Gel Example : Gel Light //
- //--------------------------------------------------------------------//
- // Global Variables used in the DLL //
- ////////////////////////////////////////////////////////////////////////
-
- #ifndef __GELDLL__
- #define __GELDLL__
-
- // Global variables used by the DLL for locking mecanism
- extern long global_count_Obj;
- extern long global_count_Lock;
-
-
-
- #endif // __GELDLL__
-
-